Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.social.user.activity.stream.actions

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.social.user.activity.stream.actions">

  <extension target="org.nuxeo.ecm.platform.actions.ActionService"
    point="actions">

    <action id="ActivityStream" link="user_center_fragment.xhtml"
      label="user.activity.stream.tab.view" icon="/icons/activity_stream.png" order="30">
      <category>USER_CENTER</category>
      <filter-id>not_anonymous</filter-id>
    </action>

    <action id="UserActivityStream" link="/incl/user_activity_stream.xhtml"
      label="user.activity.stream.tab.view" order="10">
      <category>ActivityStream_sub_tab</category>
    </action>

  </extension>

</component>